home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / oops / r3cursor.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  622 b   |  31 lines

  1.  
  2. // JavaScript wrapper for r3cursor.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_CURSOR_H = 1;
  7. include("oops/r3root.js")
  8.  
  9.  
  10. var R3CLID_CURSOR = 81;
  11.  
  12.  
  13.  
  14.  
  15. var R3CURSORA_Source = 81500; // Object
  16. var R3CURSORA_Mask = 81501; // Object
  17. var R3CURSORA_HotX = 81502; // Integer
  18. var R3CURSORA_HotY = 81503; // Integer
  19. var R3CURSORA_SystemName = 81504; // String
  20.  
  21.  
  22. function r3Cursor () { 
  23.    this.base = r3God;
  24.    if(arguments.length) {
  25.       this.base(R3CLID_CURSOR, arguments);
  26.    }
  27.    // Attributes
  28. }
  29.  
  30. r3Cursor.prototype=new r3Root;
  31. // r3cursor.h_H